func net.xtoi

3 uses

	net (current package)
		ip.go#L620: 		n, c, ok := xtoi(s)
		parse.go#L138: func xtoi(s string) (n int, i int, ok bool) {
		parse.go#L171: 	n, ei, ok := xtoi(s[:2])